.bizimStickyDiv{
  position: -webkit-sticky;
  position: sticky;
  top: 75px;
  /* padding-top: 10px; */
}
